ring For in Loop

28

aList = 1:10    # create list contains numbers from 1 to 10
for x in aList  see x + nl  next  # print numbers from 1 to 10
for identifier in List/String  [step expression]
        Block of statements
next

Comments

Submit
0 Comments